home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / clib37x.lha / CLib37x / source / test_prg / smakefile < prev    next >
Makefile  |  1996-12-05  |  256b  |  8 lines

  1. TestExampleLib : TestExampleLib.o
  2.  
  3.                  SLINK LIB:c.o,TestExampleLib.o TO TestExampleLib LIB LIB:sc.lib LIB:amiga.lib SC SD ND
  4.                  Copy TestExampleLib //bin
  5.  
  6. TestExampleLib.o: TestExampleLib.c
  7.                   SC TestExampleLib.c
  8.